home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 April: Mac OS SDK / Dev.CD Apr 00 SDK1.toast / Development Kits / Mac OS / AppleShare IP 6.3 SDK / ASIP User Authentication Module / Release Notes < prev    next >
Encoding:
Text File  |  1999-11-01  |  1.2 KB  |  22 lines  |  [ttro/ttxt]

  1. Release notes for ASIP UAM SDK 1.2
  2.  
  3. Both of the Kleartxt samples were built with CW Pro 5. The PGPuam Sample was built with CW Pro 4. You should go to <http://www.vmeng.com/vinnie/Papers/pgpuam.html> to get the latest version of the PGP UAM.   You will also need an ASIP 6.1 (or later) server and a 3.8.1  (or later) client. 
  4.  
  5. What doesn't work yet
  6. Server side
  7. Setting the Message Integrity Code key
  8.  
  9. Change Password
  10.         
  11. Client side
  12. asynchronous callbacks
  13.  
  14. the SetMicKey() call is stubbed out for now.
  15.  
  16. There is a problem with letting the AppleShare Client run the password dialog, for now, you need to supply your own password     dialog. This problem should be fixed in a future Client. btw this means that the Kleartxt sample won't work correctly, the passwords won't match.
  17.  
  18.  
  19. The UAM API and Carbon:
  20.     The client side UAM API is Carbon compliant. Under Carbon the callbacks go back to being function pointers instead of UPPs. There may be a new format for UAMs under carbon, ie we may not be doing code resources, but we will still have a single entrypoint. If you are planning on carbon compliance for your client side UAM, start by making a PPC resource with the routine descriptor at the start of the resource pointing to the PPC entry point.    
  21.  
  22.